home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / arkaice.swf / scripts / DefineButton2_88 / BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Text File  |  2005-11-14  |  161 b   |  9 lines

  1. on(release, keyPress "<Enter>"){
  2.    ranking.gotoAndStop(1);
  3.    dekevaesto.gotoAndStop(1);
  4.    score = 0;
  5.    balls = 4;
  6.    time = 60;
  7.    gotoAndStop(3);
  8. }
  9.